home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / x-svr4 < prev    next >
Text File  |  1994-05-18  |  367b  |  10 lines

  1. # Some versions of SVR4 have an alloca in /usr/ucblib/libucb.a, and if we are
  2. # careful to link that in after libc we can use it, but since newer versions of
  3. # SVR4 are dropping libucb, it is better to just use the portable C version for
  4. # bootstrapping.  Do this by defining ALLOCA.
  5.  
  6. ALLOCA = alloca.o
  7.  
  8. # See all the declarations.
  9. FIXPROTO_DEFINES = -D_XOPEN_SOURCE
  10.